From fa35d5d555bc52fe05e00b6953c67f98e6283be5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 12 Feb 2001 18:49:33 +0000 Subject: [PATCH] (set-input-method): Doc fix. --- lisp/international/mule-cmds.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 728d45440ba..f7f10428354 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1079,7 +1079,9 @@ If INPUT-METHOD is nil, deactivate any current input method." (defun set-input-method (input-method) "Select and activate input method INPUT-METHOD for the current buffer. -This also sets the default input method to the one you specify." +This also sets the default input method to the one you specify. +To deactivate the input method interactively, use \\[toggle-input-method]. +To deactivate it programmatically, use \\[inactivate-input-method]." (interactive (let* ((default (or (car input-method-history) default-input-method))) (list (read-input-method-name -- 2.30.2